toggle menu
Ktor Boost
common
switch theme
search in API
ktor-boost
/
[root]
/
DownloadResult
/
HttpError
Http
Error
data
class
HttpError
(
val
statusCode
:
Int
,
val
rawBody
:
String
?
,
val
headers
:
Headers
)
:
DownloadResult
Members
Members & Extensions
Constructors
Http
Error
Link copied to clipboard
constructor
(
statusCode
:
Int
,
rawBody
:
String
?
,
headers
:
Headers
)
Properties
headers
Link copied to clipboard
val
headers
:
Headers
raw
Body
Link copied to clipboard
val
rawBody
:
String
?
status
Code
Link copied to clipboard
val
statusCode
:
Int
Functions
error
Or
Null
Link copied to clipboard
fun
DownloadResult
.
errorOrNull
(
)
:
Throwable
?
get
Or
Null
Link copied to clipboard
fun
DownloadResult
.
getOrNull
(
)
:
DownloadedContent
?
status
Code
Or
Null
Link copied to clipboard
fun
DownloadResult
.
statusCodeOrNull
(
)
:
Int
?